home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.02 Feb 91 / 4th Debugger Appl / Proc.Ext / Proc.Ext.rsrc / 4DTE_15002 < prev   
Encoding:
Text File  |  1990-02-28  |  350 b   |  12 lines

  1. Set Calendar will reset the "Calendar" external area with new month, year, and selected days.
  2.  
  3. SetCalendar(theCalendar;theMonth;
  4.                      theYear;theDays)
  5.  
  6. theCalendar: Calendar external area.
  7.  
  8. theMonth: New month.
  9.  
  10. theYear: New year.
  11.  
  12. theDays: New selected days in binary format where bit 0 is day 1 and bit 30 is day 31 on the calendar.